Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Frame Manipulation Functions /


JMFrameResume

Passes a resume event to a frame.

OSStatus JMFrameResume (
                     JMFrameRef frame, 
                     Boolean resume);
frame
The frame to receive the resume event.
resume
A Boolean value. If true, the process associated with the frame is brought to the foreground; if false, the process is sent to the background.
function result
A result code. See "JManager Result Codes" (page 108) for a list of result codes that JManager may return in this field.
DISCUSSION
The resume event means that the frame becomes part of the running foreground process. When a client application receives a resume event, it must notify all its associated frames.

SEE ALSO
"Update, Activate, and Resume Events" (page 22).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
23 APR 1997